ESMIA-148 Agent documentation routing (supersedes #134)#136
Merged
Conversation
Tag the esnacc README and FAQ with front matter for compiler and generated-output documentation routing.
…IA-148-documentation-routing * commit '513efaa9028cd384ebf4d639d661e8055e94ce43': (63 commits) UCAAS-1437 Translate remaining German comments to English. UCAAS-1438 Rename Ubuntu workflow to Build and Test. UCAAS-1438 Supply required ucconfig env vars for integration test server spawn. UCAAS-1438 Harden CI diagnostics and prevent spurious CMake formatting diffs. UCAAS-1438 Updated version information UCAAS-1438 Bump esnacc version to 7.0.4 (29.06.2026) UCAAS-1438 Run TypeScript integration tests for JSON and BER encoding UCAAS-1438 Align sample tooling and harden node-client integration tests UCAAS-1438 Fix UTF-8 encoding in sample REST responses UCAAS-1438 Guard undefined settings in browser sample handler UCAAS-1438 Use ASN1ByteArray for WebSocket binary payloads UCAAS-1438 Upgrade sample deps to pnpm 11 workspace UCAAS-1438 Add TypeScript integration tests for ts-microservice Split generated ROSE OnInvoke cases into per-operation handlers. UCAAS-1358 Bumped version to 6.1.1 UCAAS-1358 Added an option to the command line to write utf-8 files (optionally with BOM) UCAAS-1358 Converted german comments to english Ensured that we have no encoding issue content in the code UCAAS-1385 Rename wide-string conversion helpers for cross-platform clarity UCAAS-1385 Fix Linux CI configure and test build issues UCAAS-1385 Bumped to 7.0.3 ...
Supersedes #134 by making routed doc metadata actionable via AGENTS.md and a Cursor rule that directs agents to read_when/related_docs first. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Author
|
No dedicated release for this change, will land in the next release when adding async invokes and having more tests in the repo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #134 that makes the documentation routing metadata actually usable for AI agents and Cursor workflows.
AGENTS.mdas the repository entry point for agents (repo map, task routing, routed doc index).cursor/rules/documentation-routing.mdcso agents consultread_when/related_docsbefore broad code searchAGENTS.mdWhy close #134
#134 introduced useful metadata but no consumer. This PR completes that work so the routing schema is actionable in agentic workflows.
Supersedes #134
Test plan
AGENTS.mdis discoverablerg -l "^read_when:" --glob "*.md"lists the expected routed docsAGENTS.mdandReadMe.md